accounts.calendar.accounts.<name>.pimsync.extraPairDirectives

Extra directives that should be added under this accounts pair directive

Type
anything
Default
[ ]
Example
[
  {
    name = "collections";
    params = [
      "all"
    ];
  }
]
Declared
<home-manager/modules/accounts/calendar.nix>